Class: Aws::Types::DeleteApplicationSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def application_name
  @application_name
end

#snapshot_creation_timestamp::Time

Returns the value of attribute snapshot_creation_timestamp.

Returns:

  • (::Time)


501
502
503
# File 'sig/types.rbs', line 501

def snapshot_creation_timestamp
  @snapshot_creation_timestamp
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def snapshot_name
  @snapshot_name
end