Class: Aws::Types::GetAssetTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def identifier @identifier end |
#revision ⇒ ::String
Returns the value of attribute revision.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def revision @revision end |