Class: Aws::Types::CreateAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAliasRequest
- 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.
90 91 92 |
# File 'sig/types.rbs', line 90 def alias @alias end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
89 90 91 |
# File 'sig/types.rbs', line 89 def entity_id @entity_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
88 89 90 |
# File 'sig/types.rbs', line 88 def organization_id @organization_id end |