Class: Aws::Types::CreateResourceSnapshotJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceSnapshotJobRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
278 279 280 |
# File 'sig/types.rbs', line 278 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
279 280 281 |
# File 'sig/types.rbs', line 279 def client_token @client_token end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
280 281 282 |
# File 'sig/types.rbs', line 280 def engagement_identifier @engagement_identifier end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
282 283 284 |
# File 'sig/types.rbs', line 282 def resource_identifier @resource_identifier end |
#resource_snapshot_template_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_template_identifier.
283 284 285 |
# File 'sig/types.rbs', line 283 def resource_snapshot_template_identifier @resource_snapshot_template_identifier end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
281 282 283 |
# File 'sig/types.rbs', line 281 def resource_type @resource_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
284 285 286 |
# File 'sig/types.rbs', line 284 def @tags end |