Class: Aws::Types::UpdateGraphInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:



797
798
799
# File 'sig/types.rbs', line 797

def deletion_protection
  @deletion_protection
end

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:



794
795
796
# File 'sig/types.rbs', line 794

def graph_identifier
  @graph_identifier
end

#provisioned_memory::Integer

Returns the value of attribute provisioned_memory.

Returns:



796
797
798
# File 'sig/types.rbs', line 796

def provisioned_memory
  @provisioned_memory
end

#public_connectivityBoolean

Returns the value of attribute public_connectivity.

Returns:



795
796
797
# File 'sig/types.rbs', line 795

def public_connectivity
  @public_connectivity
end