Class: Aws::Types::AssociatedGateway

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def id
  @id
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def 
  @owner_account
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def region
  @region
end

#type"virtualPrivateGateway", "transitGateway"

Returns the value of attribute type.

Returns:

  • ("virtualPrivateGateway", "transitGateway")


116
117
118
# File 'sig/types.rbs', line 116

def type
  @type
end