Class: Aws::Types::ResetGraphOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



606
607
608
# File 'sig/types.rbs', line 606

def arn
  @arn
end

#build_number::String

Returns the value of attribute build_number.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def build_number
  @build_number
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



609
610
611
# File 'sig/types.rbs', line 609

def create_time
  @create_time
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def deletion_protection
  @deletion_protection
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:



611
612
613
# File 'sig/types.rbs', line 611

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:



604
605
606
# File 'sig/types.rbs', line 604

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:



615
616
617
# File 'sig/types.rbs', line 615

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:



605
606
607
# File 'sig/types.rbs', line 605

def name
  @name
end

#provisioned_memory::Integer

Returns the value of attribute provisioned_memory.

Returns:



610
611
612
# File 'sig/types.rbs', line 610

def provisioned_memory
  @provisioned_memory
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:



612
613
614
# File 'sig/types.rbs', line 612

def public_connectivity
  @public_connectivity
end

#replica_count::Integer

Returns the value of attribute replica_count.

Returns:



614
615
616
# File 'sig/types.rbs', line 614

def replica_count
  @replica_count
end

#source_snapshot_id::String

Returns the value of attribute source_snapshot_id.

Returns:



616
617
618
# File 'sig/types.rbs', line 616

def source_snapshot_id
  @source_snapshot_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



607
608
609
# File 'sig/types.rbs', line 607

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



608
609
610
# File 'sig/types.rbs', line 608

def status_reason
  @status_reason
end

#vector_search_configurationTypes::VectorSearchConfiguration

Returns the value of attribute vector_search_configuration.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def vector_search_configuration
  @vector_search_configuration
end