Class: Aws::Types::Gateway

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_cidr_blocks::Array[::String]

Returns the value of attribute egress_cidr_blocks.

Returns:

  • (::Array[::String])


826
827
828
# File 'sig/types.rbs', line 826

def egress_cidr_blocks
  @egress_cidr_blocks
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def gateway_arn
  @gateway_arn
end

#gateway_messages::Array[Types::MessageDetail]

Returns the value of attribute gateway_messages.

Returns:



828
829
830
# File 'sig/types.rbs', line 828

def gateway_messages
  @gateway_messages
end

#gateway_state"CREATING", ...

Returns the value of attribute gateway_state.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "ERROR", "DELETING", "DELETED")


829
830
831
# File 'sig/types.rbs', line 829

def gateway_state
  @gateway_state
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def name
  @name
end

#networks::Array[Types::GatewayNetwork]

Returns the value of attribute networks.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def networks
  @networks
end