Class: Aws::Types::CreateApplicationSnapshotRequest

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)


412
413
414
# File 'sig/types.rbs', line 412

def application_name
  @application_name
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def snapshot_name
  @snapshot_name
end