Class: Aws::Types::GetDataProductInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDataProductInput
- 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.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def identifier @identifier end |
#revision ⇒ ::String
Returns the value of attribute revision.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def revision @revision end |