Class: Aws::Types::SnapshotDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_encryption_configuration_descriptionTypes::ApplicationEncryptionConfigurationDescription

Returns the value of attribute application_encryption_configuration_description.

Returns:



1178
1179
1180
# File 'sig/types.rbs', line 1178

def application_encryption_configuration_description
  @application_encryption_configuration_description
end

#application_version_id::Integer

Returns the value of attribute application_version_id.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def application_version_id
  @application_version_id
end

#runtime_environment"SQL-1_0", ...

Returns the value of attribute runtime_environment.

Returns:



1177
1178
1179
# File 'sig/types.rbs', line 1177

def runtime_environment
  @runtime_environment
end

#snapshot_creation_timestamp::Time

Returns the value of attribute snapshot_creation_timestamp.

Returns:



1176
1177
1178
# File 'sig/types.rbs', line 1176

def snapshot_creation_timestamp
  @snapshot_creation_timestamp
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:



1173
1174
1175
# File 'sig/types.rbs', line 1173

def snapshot_name
  @snapshot_name
end

#snapshot_status"CREATING", ...

Returns the value of attribute snapshot_status.

Returns:



1174
1175
1176
# File 'sig/types.rbs', line 1174

def snapshot_status
  @snapshot_status
end