Class: Aws::Types::Snapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def arn
  @arn
end

#cluster_configuration ⇒ Types::ClusterConfiguration

Returns the value of attribute cluster_configuration.



953
954
955
# File 'sig/types.rbs', line 953

def cluster_configuration
  @cluster_configuration
end

#data_tiering ⇒ "true", "false"

Returns the value of attribute data_tiering.

Returns:

  • ("true", "false")


954
955
956
# File 'sig/types.rbs', line 954

def data_tiering
  @data_tiering
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def kms_key_id
  @kms_key_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def name
  @name
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def source
  @source
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def status
  @status
end