Class: Aws::Types::GetRecoveryPointIndexDetailsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def backup_vault_arn
  @backup_vault_arn
end

#index_completion_date::Time

Returns the value of attribute index_completion_date.

Returns:

  • (::Time)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def index_completion_date
  @index_completion_date
end

#index_creation_date::Time

Returns the value of attribute index_creation_date.

Returns:

  • (::Time)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def index_creation_date
  @index_creation_date
end

#index_deletion_date::Time

Returns the value of attribute index_deletion_date.

Returns:

  • (::Time)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def index_deletion_date
  @index_deletion_date
end

#index_status"PENDING", ...

Returns the value of attribute index_status.

Returns:

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


1033
1034
1035
# File 'sig/types.rbs', line 1033

def index_status
  @index_status
end

#index_status_message::String

Returns the value of attribute index_status_message.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def index_status_message
  @index_status_message
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def recovery_point_arn
  @recovery_point_arn
end

#source_resource_arn::String

Returns the value of attribute source_resource_arn.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def source_resource_arn
  @source_resource_arn
end

#total_items_indexed::Integer

Returns the value of attribute total_items_indexed.

Returns:

  • (::Integer)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def total_items_indexed
  @total_items_indexed
end