Class: Aws::Types::DescribeIndexResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_unitsTypes::CapacityUnitsConfiguration

Returns the value of attribute capacity_units.



781
782
783
# File 'sig/types.rbs', line 781

def capacity_units
  @capacity_units
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


776
777
778
# File 'sig/types.rbs', line 776

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def description
  @description
end

#document_metadata_configurations::Array[Types::DocumentMetadataConfiguration]

Returns the value of attribute document_metadata_configurations.



778
779
780
# File 'sig/types.rbs', line 778

def 
  
end

#edition"DEVELOPER_EDITION", ...

Returns the value of attribute edition.

Returns:

  • ("DEVELOPER_EDITION", "ENTERPRISE_EDITION", "GEN_AI_ENTERPRISE_EDITION")


771
772
773
# File 'sig/types.rbs', line 771

def edition
  @edition
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def id
  @id
end

#index_statisticsTypes::IndexStatistics

Returns the value of attribute index_statistics.



779
780
781
# File 'sig/types.rbs', line 779

def index_statistics
  @index_statistics
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def role_arn
  @role_arn
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



773
774
775
# File 'sig/types.rbs', line 773

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "SYSTEM_UPDATING")


774
775
776
# File 'sig/types.rbs', line 774

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


777
778
779
# File 'sig/types.rbs', line 777

def updated_at
  @updated_at
end

#user_context_policy"ATTRIBUTE_FILTER", "USER_TOKEN"

Returns the value of attribute user_context_policy.

Returns:

  • ("ATTRIBUTE_FILTER", "USER_TOKEN")


783
784
785
# File 'sig/types.rbs', line 783

def user_context_policy
  @user_context_policy
end

#user_group_resolution_configurationTypes::UserGroupResolutionConfiguration

Returns the value of attribute user_group_resolution_configuration.



784
785
786
# File 'sig/types.rbs', line 784

def user_group_resolution_configuration
  @user_group_resolution_configuration
end

#user_token_configurations::Array[Types::UserTokenConfiguration]

Returns the value of attribute user_token_configurations.

Returns:



782
783
784
# File 'sig/types.rbs', line 782

def user_token_configurations
  @user_token_configurations
end