Class: Aws::Types::DisassociateSubnetsRequest

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)


806
807
808
# File 'sig/types.rbs', line 806

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


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

def firewall_name
  @firewall_name
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


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

def subnet_ids
  @subnet_ids
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def update_token
  @update_token
end