Class: Aws::Types::TransitGatewayAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::TransitGatewayAttachmentAssociation

Returns the value of attribute association.



17880
17881
17882
# File 'sig/types.rbs', line 17880

def association
  @association
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


17881
17882
17883
# File 'sig/types.rbs', line 17881

def creation_time
  @creation_time
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


17878
17879
17880
# File 'sig/types.rbs', line 17878

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


17876
17877
17878
# File 'sig/types.rbs', line 17876

def resource_owner_id
  @resource_owner_id
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "vpn", "vpn-concentrator", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function", "client-vpn")


17877
17878
17879
# File 'sig/types.rbs', line 17877

def resource_type
  @resource_type
end

#state"initiating", ...

Returns the value of attribute state.

Returns:

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


17879
17880
17881
# File 'sig/types.rbs', line 17879

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17882
17883
17884
# File 'sig/types.rbs', line 17882

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


17873
17874
17875
# File 'sig/types.rbs', line 17873

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


17874
17875
17876
# File 'sig/types.rbs', line 17874

def transit_gateway_id
  @transit_gateway_id
end

#transit_gateway_owner_id::String

Returns the value of attribute transit_gateway_owner_id.

Returns:

  • (::String)


17875
17876
17877
# File 'sig/types.rbs', line 17875

def transit_gateway_owner_id
  @transit_gateway_owner_id
end