Class: Aws::Types::EventStream
- Inherits:
-
Object
- Object
- Aws::Types::EventStream
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#destination_stream_arn ⇒ ::String
Returns the value of attribute destination_stream_arn.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def application_id @application_id end |
#destination_stream_arn ⇒ ::String
Returns the value of attribute destination_stream_arn.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def destination_stream_arn @destination_stream_arn end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def external_id @external_id end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def last_modified_date @last_modified_date end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def last_updated_by @last_updated_by end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def role_arn @role_arn end |