Class: Aws::Types::CreateChannelGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelGroupResponse
- 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.
71 72 73 |
# File 'sig/types.rbs', line 71 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
70 71 72 |
# File 'sig/types.rbs', line 70 def channel_group_name @channel_group_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
73 74 75 |
# File 'sig/types.rbs', line 73 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
76 77 78 |
# File 'sig/types.rbs', line 76 def description @description end |
#egress_domain ⇒ ::String
Returns the value of attribute egress_domain.
72 73 74 |
# File 'sig/types.rbs', line 72 def egress_domain @egress_domain end |
#etag ⇒ ::String
Returns the value of attribute etag.
75 76 77 |
# File 'sig/types.rbs', line 75 def etag @etag end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
74 75 76 |
# File 'sig/types.rbs', line 74 def modified_at @modified_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
77 78 79 |
# File 'sig/types.rbs', line 77 def @tags end |