Class: Aws::Types::TrafficDistributionGroup
- Inherits:
-
Object
- Object
- Aws::Types::TrafficDistributionGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8186 8187 8188 |
# File 'sig/types.rbs', line 8186 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
8188 8189 8190 |
# File 'sig/types.rbs', line 8188 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8185 8186 8187 |
# File 'sig/types.rbs', line 8185 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
8189 8190 8191 |
# File 'sig/types.rbs', line 8189 def instance_arn @instance_arn end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
8192 8193 8194 |
# File 'sig/types.rbs', line 8192 def is_default @is_default end |
#name ⇒ ::String
Returns the value of attribute name.
8187 8188 8189 |
# File 'sig/types.rbs', line 8187 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
8190 8191 8192 |
# File 'sig/types.rbs', line 8190 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8191 8192 8193 |
# File 'sig/types.rbs', line 8191 def @tags end |