Class: Aws::Types::ListFirewallRuleGroupAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_rule_group_id::String

Returns the value of attribute firewall_rule_group_id.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def firewall_rule_group_id
  @firewall_rule_group_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


795
796
797
# File 'sig/types.rbs', line 795

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def next_token
  @next_token
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


793
794
795
# File 'sig/types.rbs', line 793

def priority
  @priority
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETE", "DELETING", "UPDATING")


794
795
796
# File 'sig/types.rbs', line 794

def status
  @status
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def vpc_id
  @vpc_id
end