Class: Aws::Types::DescribeSnapshotCopyGrantsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotCopyGrantsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#snapshot_copy_grant_name ⇒ ::String
Returns the value of attribute snapshot_copy_grant_name.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def max_records @max_records end |
#snapshot_copy_grant_name ⇒ ::String
Returns the value of attribute snapshot_copy_grant_name.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def snapshot_copy_grant_name @snapshot_copy_grant_name end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def tag_values @tag_values end |