Class: Aws::Types::DisassociateSubnetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def firewall_name
  @firewall_name
end

#subnet_mappings::Array[Types::SubnetMapping]

Returns the value of attribute subnet_mappings.

Returns:



810
811
812
# File 'sig/types.rbs', line 810

def subnet_mappings
  @subnet_mappings
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def update_token
  @update_token
end