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.



18191
18192
18193
# File 'sig/types.rbs', line 18191

def association
  @association
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18192
18193
18194
# File 'sig/types.rbs', line 18192

def creation_time
  @creation_time
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


18189
18190
18191
# File 'sig/types.rbs', line 18189

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18187
18188
18189
# File 'sig/types.rbs', line 18187

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")


18188
18189
18190
# File 'sig/types.rbs', line 18188

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")


18190
18191
18192
# File 'sig/types.rbs', line 18190

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18193
18194
18195
# File 'sig/types.rbs', line 18193

def tags
  @tags
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18184
18185
18186
# File 'sig/types.rbs', line 18184

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18185
18186
18187
# File 'sig/types.rbs', line 18185

def transit_gateway_id
  @transit_gateway_id
end

#transit_gateway_owner_id::String

Returns the value of attribute transit_gateway_owner_id.

Returns:

  • (::String)


18186
18187
18188
# File 'sig/types.rbs', line 18186

def transit_gateway_owner_id
  @transit_gateway_owner_id
end