Class: Aws::Types::UpdateRecoveryPointIndexSettingsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def backup_vault_name
  @backup_vault_name
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def iam_role_arn
  @iam_role_arn
end

#index"ENABLED", "DISABLED"

Returns the value of attribute index.

Returns:

  • ("ENABLED", "DISABLED")


2318
2319
2320
# File 'sig/types.rbs', line 2318

def index
  @index
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def recovery_point_arn
  @recovery_point_arn
end