GetEventBusesEventBus class

Constructors

GetEventBusesEventBus({required Input<String> arn, required Input<String> creationTime, required Input<String> description, required Input<String> lastModifiedTime, required Input<String> name, required Input<String> policy})
Creates a new GetEventBusesEventBus. arn The ARN of the event bus. creationTime The time the event bus was created. description The event bus description. lastModifiedTime The time the event bus was last modified. name The name of the event bus. policy The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.
const
GetEventBusesEventBus.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String>
The ARN of the event bus.
final
creationTime → Input<String>
The time the event bus was created.
final
description → Input<String>
The event bus description.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime → Input<String>
The time the event bus was last modified.
final
name → Input<String>
The name of the event bus.
final
policy → Input<String>
The permissions policy of the event bus, describing which other AWS accounts can write events to this event bus.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited