Class: Aws::Types::CreateResourceSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
295 296 297 |
# File 'sig/types.rbs', line 295 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
300 301 302 |
# File 'sig/types.rbs', line 300 def client_token @client_token end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
296 297 298 |
# File 'sig/types.rbs', line 296 def engagement_identifier @engagement_identifier end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
298 299 300 |
# File 'sig/types.rbs', line 298 def resource_identifier @resource_identifier end |
#resource_snapshot_template_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_template_identifier.
299 300 301 |
# File 'sig/types.rbs', line 299 def resource_snapshot_template_identifier @resource_snapshot_template_identifier end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
297 298 299 |
# File 'sig/types.rbs', line 297 def resource_type @resource_type end |