Class: Aws::Types::DeleteAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
235 236 237 |
# File 'sig/types.rbs', line 235 def alias @alias end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def entity_id @entity_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def organization_id @organization_id end |