Class: Aws::Types::UpdateGraphOutput

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:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def arn
  @arn
end

#build_number::String

Returns the value of attribute build_number.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def build_number
  @build_number
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


807
808
809
# File 'sig/types.rbs', line 807

def create_time
  @create_time
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


815
816
817
# File 'sig/types.rbs', line 815

def deletion_protection
  @deletion_protection
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def name
  @name
end

#provisioned_memory::Integer

Returns the value of attribute provisioned_memory.

Returns:

  • (::Integer)


808
809
810
# File 'sig/types.rbs', line 808

def provisioned_memory
  @provisioned_memory
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:

  • (Boolean)


810
811
812
# File 'sig/types.rbs', line 810

def public_connectivity
  @public_connectivity
end

#replica_count::Integer

Returns the value of attribute replica_count.

Returns:

  • (::Integer)


812
813
814
# File 'sig/types.rbs', line 812

def replica_count
  @replica_count
end

#source_snapshot_id::String

Returns the value of attribute source_snapshot_id.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def source_snapshot_id
  @source_snapshot_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING", "STARTING", "STOPPING", "STOPPED")


805
806
807
# File 'sig/types.rbs', line 805

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def status_reason
  @status_reason
end

#vector_search_configurationTypes::VectorSearchConfiguration

Returns the value of attribute vector_search_configuration.



811
812
813
# File 'sig/types.rbs', line 811

def vector_search_configuration
  @vector_search_configuration
end