Class: Aws::Types::GetResourceSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_snapshot_template_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_template_identifier.
-
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
610 611 612 |
# File 'sig/types.rbs', line 610 def catalog @catalog end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
611 612 613 |
# File 'sig/types.rbs', line 611 def engagement_identifier @engagement_identifier end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
613 614 615 |
# File 'sig/types.rbs', line 613 def resource_identifier @resource_identifier end |
#resource_snapshot_template_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_template_identifier.
614 615 616 |
# File 'sig/types.rbs', line 614 def resource_snapshot_template_identifier @resource_snapshot_template_identifier end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
612 613 614 |
# File 'sig/types.rbs', line 612 def resource_type @resource_type end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
615 616 617 |
# File 'sig/types.rbs', line 615 def revision @revision end |