Class: Aws::Types::GetChannelGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#egress_domain ⇒ ::String
Returns the value of attribute egress_domain.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
403 404 405 |
# File 'sig/types.rbs', line 403 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
402 403 404 |
# File 'sig/types.rbs', line 402 def channel_group_name @channel_group_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
405 406 407 |
# File 'sig/types.rbs', line 405 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
407 408 409 |
# File 'sig/types.rbs', line 407 def description @description end |
#egress_domain ⇒ ::String
Returns the value of attribute egress_domain.
404 405 406 |
# File 'sig/types.rbs', line 404 def egress_domain @egress_domain end |
#etag ⇒ ::String
Returns the value of attribute etag.
408 409 410 |
# File 'sig/types.rbs', line 408 def etag @etag end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
406 407 408 |
# File 'sig/types.rbs', line 406 def modified_at @modified_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
409 410 411 |
# File 'sig/types.rbs', line 409 def @tags end |