Class: Aws::Types::RestoreFromSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_password_secret_kms_key_id::String

Returns the value of attribute admin_password_secret_kms_key_id.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def admin_password_secret_kms_key_id
  @admin_password_secret_kms_key_id
end

#maintain_integrationBoolean

Returns the value of attribute maintain_integration.

Returns:

  • (Boolean)


812
813
814
# File 'sig/types.rbs', line 812

def maintain_integration
  @maintain_integration
end

#manage_admin_passwordBoolean

Returns the value of attribute manage_admin_password.

Returns:

  • (Boolean)


813
814
815
# File 'sig/types.rbs', line 813

def manage_admin_password
  @manage_admin_password
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def namespace_name
  @namespace_name
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def 
  @owner_account
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def snapshot_arn
  @snapshot_arn
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def snapshot_name
  @snapshot_name
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def workgroup_name
  @workgroup_name
end