Class: Aws::Types::StopGraphOutput

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)


748
749
750
# File 'sig/types.rbs', line 748

def arn
  @arn
end

#build_number::String

Returns the value of attribute build_number.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def build_number
  @build_number
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


751
752
753
# File 'sig/types.rbs', line 751

def create_time
  @create_time
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


759
760
761
# File 'sig/types.rbs', line 759

def deletion_protection
  @deletion_protection
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def name
  @name
end

#provisioned_memory::Integer

Returns the value of attribute provisioned_memory.

Returns:

  • (::Integer)


752
753
754
# File 'sig/types.rbs', line 752

def provisioned_memory
  @provisioned_memory
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:

  • (Boolean)


754
755
756
# File 'sig/types.rbs', line 754

def public_connectivity
  @public_connectivity
end

#replica_count::Integer

Returns the value of attribute replica_count.

Returns:

  • (::Integer)


756
757
758
# File 'sig/types.rbs', line 756

def replica_count
  @replica_count
end

#source_snapshot_id::String

Returns the value of attribute source_snapshot_id.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

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")


749
750
751
# File 'sig/types.rbs', line 749

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def status_reason
  @status_reason
end

#vector_search_configurationTypes::VectorSearchConfiguration

Returns the value of attribute vector_search_configuration.



755
756
757
# File 'sig/types.rbs', line 755

def vector_search_configuration
  @vector_search_configuration
end