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.
8356 8357 8358 |
# File 'sig/types.rbs', line 8356 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
8358 8359 8360 |
# File 'sig/types.rbs', line 8358 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8355 8356 8357 |
# File 'sig/types.rbs', line 8355 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
8359 8360 8361 |
# File 'sig/types.rbs', line 8359 def instance_arn @instance_arn end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
8362 8363 8364 |
# File 'sig/types.rbs', line 8362 def is_default @is_default end |
#name ⇒ ::String
Returns the value of attribute name.
8357 8358 8359 |
# File 'sig/types.rbs', line 8357 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
8360 8361 8362 |
# File 'sig/types.rbs', line 8360 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8361 8362 8363 |
# File 'sig/types.rbs', line 8361 def @tags end |