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)


412
413
414
# File 'sig/types.rbs', line 412

def authentication
  @authentication
end

#client_subnets::Array[::String]

Returns the value of attribute client_subnets.

Returns:

  • (::Array[::String])


414
415
416
# File 'sig/types.rbs', line 414

def client_subnets
  @client_subnets
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


416
417
418
# File 'sig/types.rbs', line 416

def creation_time
  @creation_time
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


415
416
417
# File 'sig/types.rbs', line 415

def security_groups
  @security_groups
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


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

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


417
418
419
# File 'sig/types.rbs', line 417

def tags
  @tags
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


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

def vpc_connection_arn
  @vpc_connection_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def vpc_id
  @vpc_id
end