Class: Aws::Types::DescribeApplicationSnapshotRequest

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)


561
562
563
# File 'sig/types.rbs', line 561

def application_name
  @application_name
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def snapshot_name
  @snapshot_name
end