Class: Aws::Types::IndexedRecoveryPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_creation_date::Time

Returns the value of attribute backup_creation_date.

Returns:

  • (::Time)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def backup_creation_date
  @backup_creation_date
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def backup_vault_arn
  @backup_vault_arn
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def iam_role_arn
  @iam_role_arn
end

#index_creation_date::Time

Returns the value of attribute index_creation_date.

Returns:

  • (::Time)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def index_creation_date
  @index_creation_date
end

#index_status"PENDING", ...

Returns the value of attribute index_status.

Returns:

  • ("PENDING", "ACTIVE", "FAILED", "DELETING")


1125
1126
1127
# File 'sig/types.rbs', line 1125

def index_status
  @index_status
end

#index_status_message::String

Returns the value of attribute index_status_message.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def index_status_message
  @index_status_message
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def recovery_point_arn
  @recovery_point_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def resource_type
  @resource_type
end

#source_resource_arn::String

Returns the value of attribute source_resource_arn.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def source_resource_arn
  @source_resource_arn
end