Class: Aws::Types::TransitGatewayVpcAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18947
18948
18949
# File 'sig/types.rbs', line 18947

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayVpcAttachmentOptions

Returns the value of attribute options.



18948
18949
18950
# File 'sig/types.rbs', line 18948

def options
  @options
end

#state"initiating", ...

Returns the value of attribute state.

Returns:

  • ("initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing")


18945
18946
18947
# File 'sig/types.rbs', line 18945

def state
  @state
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


18946
18947
18948
# File 'sig/types.rbs', line 18946

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18949
18950
18951
# File 'sig/types.rbs', line 18949

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18941
18942
18943
# File 'sig/types.rbs', line 18941

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18942
18943
18944
# File 'sig/types.rbs', line 18942

def transit_gateway_id
  @transit_gateway_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


18943
18944
18945
# File 'sig/types.rbs', line 18943

def vpc_id
  @vpc_id
end

#vpc_owner_id::String

Returns the value of attribute vpc_owner_id.

Returns:

  • (::String)


18944
18945
18946
# File 'sig/types.rbs', line 18944

def vpc_owner_id
  @vpc_owner_id
end