Class: Aws::Types::RestoreFromSnapshotResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceTypes::Namespace

Returns the value of attribute namespace.

Returns:



823
824
825
# File 'sig/types.rbs', line 823

def namespace
  @namespace
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def 
  @owner_account
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def snapshot_name
  @snapshot_name
end