Class: Aws::Types::CreatePrivateGraphEndpointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def graph_identifier
  @graph_identifier
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


146
147
148
# File 'sig/types.rbs', line 146

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def vpc_id
  @vpc_id
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


147
148
149
# File 'sig/types.rbs', line 147

def vpc_security_group_ids
  @vpc_security_group_ids
end