Class: Aws::Types::VpcPropertiesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#glue_connection_names::Array[::String]

Returns the value of attribute glue_connection_names.

Returns:

  • (::Array[::String])


7013
7014
7015
# File 'sig/types.rbs', line 7013

def glue_connection_names
  @glue_connection_names
end

#security_group_id::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


7012
7013
7014
# File 'sig/types.rbs', line 7012

def security_group_id
  @security_group_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED")


7011
7012
7013
# File 'sig/types.rbs', line 7011

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


7010
7011
7012
# File 'sig/types.rbs', line 7010

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


7009
7010
7011
# File 'sig/types.rbs', line 7009

def vpc_id
  @vpc_id
end