Class: Aws::Types::CreateAliasResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateAliasResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
243 244 245 |
# File 'sig/types.rbs', line 243 def alias @alias end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def directory_id @directory_id end |