Class: Aws::Types::TrafficDistributionGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrafficDistributionGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8198 8199 8200 |
# File 'sig/types.rbs', line 8198 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
8197 8198 8199 |
# File 'sig/types.rbs', line 8197 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
8200 8201 8202 |
# File 'sig/types.rbs', line 8200 def instance_arn @instance_arn end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
8202 8203 8204 |
# File 'sig/types.rbs', line 8202 def is_default @is_default end |
#name ⇒ ::String
Returns the value of attribute name.
8199 8200 8201 |
# File 'sig/types.rbs', line 8199 def name @name end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
8201 8202 8203 |
# File 'sig/types.rbs', line 8201 def status @status end |