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.
8586 8587 8588 |
# File 'sig/types.rbs', line 8586 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
8588 8589 8590 |
# File 'sig/types.rbs', line 8588 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8585 8586 8587 |
# File 'sig/types.rbs', line 8585 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
8589 8590 8591 |
# File 'sig/types.rbs', line 8589 def instance_arn @instance_arn end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
8592 8593 8594 |
# File 'sig/types.rbs', line 8592 def is_default @is_default end |
#name ⇒ ::String
Returns the value of attribute name.
8587 8588 8589 |
# File 'sig/types.rbs', line 8587 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
8590 8591 8592 |
# File 'sig/types.rbs', line 8590 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8591 8592 8593 |
# File 'sig/types.rbs', line 8591 def @tags end |