Class: Aws::Types::CreateVpcConnectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication::String

Returns the value of attribute authentication.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def authentication
  @authentication
end

#client_subnets::Array[::String]

Returns the value of attribute client_subnets.

Returns:

  • (::Array[::String])


407
408
409
# File 'sig/types.rbs', line 407

def client_subnets
  @client_subnets
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


409
410
411
# File 'sig/types.rbs', line 409

def creation_time
  @creation_time
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


408
409
410
# File 'sig/types.rbs', line 408

def security_groups
  @security_groups
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "AVAILABLE", "INACTIVE", "DEACTIVATING", "DELETING", "FAILED", "REJECTED", "REJECTING")


404
405
406
# File 'sig/types.rbs', line 404

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


410
411
412
# File 'sig/types.rbs', line 410

def tags
  @tags
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def vpc_connection_arn
  @vpc_connection_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def vpc_id
  @vpc_id
end