Class: Aws::Types::GraphSummary

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)


430
431
432
# File 'sig/types.rbs', line 430

def arn
  @arn
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


437
438
439
# File 'sig/types.rbs', line 437

def deletion_protection
  @deletion_protection
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def id
  @id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def kms_key_identifier
  @kms_key_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def name
  @name
end

#provisioned_memory::Integer

Returns the value of attribute provisioned_memory.

Returns:

  • (::Integer)


432
433
434
# File 'sig/types.rbs', line 432

def provisioned_memory
  @provisioned_memory
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:

  • (Boolean)


433
434
435
# File 'sig/types.rbs', line 433

def public_connectivity
  @public_connectivity
end

#replica_count::Integer

Returns the value of attribute replica_count.

Returns:

  • (::Integer)


435
436
437
# File 'sig/types.rbs', line 435

def replica_count
  @replica_count
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


431
432
433
# File 'sig/types.rbs', line 431

def status
  @status
end