Class: Aws::Types::TransitGatewayRegistration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def global_network_id
  @global_network_id
end

#state ⇒ Types::TransitGatewayRegistrationStateReason

Returns the value of attribute state.



1802
1803
1804
# File 'sig/types.rbs', line 1802

def state
  @state
end

#transit_gateway_arn ⇒ ::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def transit_gateway_arn
  @transit_gateway_arn
end