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)


13529
13530
13531
# File 'sig/types.rbs', line 13529

def local_gateway_id
  @local_gateway_id
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


13530
13531
13532
# File 'sig/types.rbs', line 13530

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13531
13532
13533
# File 'sig/types.rbs', line 13531

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


13532
13533
13534
# File 'sig/types.rbs', line 13532

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13533
13534
13535
# File 'sig/types.rbs', line 13533

def tags
  @tags
end