Class: Aws::Types::RevokeSnapshotAccessMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_with_restore_access::String

Returns the value of attribute account_with_restore_access.

Returns:

  • (::String)


2740
2741
2742
# File 'sig/types.rbs', line 2740

def 
  @account_with_restore_access
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


2738
2739
2740
# File 'sig/types.rbs', line 2738

def snapshot_arn
  @snapshot_arn
end

#snapshot_cluster_identifier::String

Returns the value of attribute snapshot_cluster_identifier.

Returns:

  • (::String)


2739
2740
2741
# File 'sig/types.rbs', line 2739

def snapshot_cluster_identifier
  @snapshot_cluster_identifier
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2737
2738
2739
# File 'sig/types.rbs', line 2737

def snapshot_identifier
  @snapshot_identifier
end