Class: Aws::Types::LocalGateway

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


13523
13524
13525
# File 'sig/types.rbs', line 13523

def local_gateway_id
  @local_gateway_id
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


13524
13525
13526
# File 'sig/types.rbs', line 13524

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13525
13526
13527
# File 'sig/types.rbs', line 13525

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


13526
13527
13528
# File 'sig/types.rbs', line 13526

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13527
13528
13529
# File 'sig/types.rbs', line 13527

def tags
  @tags
end