Class: Aws::Types::UpdateRecoveryPointIndexSettingsInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.



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.



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.



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.



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

def recovery_point_arn
  @recovery_point_arn
end