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.
8511 8512 8513 |
# File 'sig/types.rbs', line 8511 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
8513 8514 8515 |
# File 'sig/types.rbs', line 8513 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8510 8511 8512 |
# File 'sig/types.rbs', line 8510 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
8514 8515 8516 |
# File 'sig/types.rbs', line 8514 def instance_arn @instance_arn end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
8517 8518 8519 |
# File 'sig/types.rbs', line 8517 def is_default @is_default end |
#name ⇒ ::String
Returns the value of attribute name.
8512 8513 8514 |
# File 'sig/types.rbs', line 8512 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
8515 8516 8517 |
# File 'sig/types.rbs', line 8515 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8516 8517 8518 |
# File 'sig/types.rbs', line 8516 def @tags end |