Class: Aws::Types::ListResourceSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
998 999 1000 |
# File 'sig/types.rbs', line 998 def catalog @catalog end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def created_by @created_by end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def engagement_identifier @engagement_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def next_token @next_token end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def resource_identifier @resource_identifier end |
#resource_snapshot_template_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_template_identifier.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def resource_snapshot_template_identifier @resource_snapshot_template_identifier end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def resource_type @resource_type end |