Class: Aws::Types::GetAssetInput
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetInput
- 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.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def identifier @identifier end |
#revision ⇒ ::String
Returns the value of attribute revision.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def revision @revision end |