Class: Aws::Types::DescribeSnapshotCopyGrantsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1329
1330
1331
# File 'sig/types.rbs', line 1329

def tag_values
  @tag_values
end