Class: Aws::Types::ConflictingAlias
- Inherits:
-
Object
- Object
- Aws::Types::ConflictingAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def account_id @account_id end |
#alias ⇒ ::String
Returns the value of attribute alias.
309 310 311 |
# File 'sig/types.rbs', line 309 def alias @alias end |
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def distribution_id @distribution_id end |