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.
8500 8501 8502 |
# File 'sig/types.rbs', line 8500 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
8502 8503 8504 |
# File 'sig/types.rbs', line 8502 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8499 8500 8501 |
# File 'sig/types.rbs', line 8499 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
8503 8504 8505 |
# File 'sig/types.rbs', line 8503 def instance_arn @instance_arn end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
8506 8507 8508 |
# File 'sig/types.rbs', line 8506 def is_default @is_default end |
#name ⇒ ::String
Returns the value of attribute name.
8501 8502 8503 |
# File 'sig/types.rbs', line 8501 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
8504 8505 8506 |
# File 'sig/types.rbs', line 8504 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8505 8506 8507 |
# File 'sig/types.rbs', line 8505 def @tags end |