Class: Aws::Types::FirewallRuleGroupAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def arn
  @arn
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def creator_request_id
  @creator_request_id
end

#firewall_rule_group_id::String

Returns the value of attribute firewall_rule_group_id.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def firewall_rule_group_id
  @firewall_rule_group_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def id
  @id
end

#managed_owner_name::String

Returns the value of attribute managed_owner_name.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def managed_owner_name
  @managed_owner_name
end

#modification_time::String

Returns the value of attribute modification_time.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def modification_time
  @modification_time
end

#mutation_protection"ENABLED", "DISABLED"

Returns the value of attribute mutation_protection.

Returns:

  • ("ENABLED", "DISABLED")


487
488
489
# File 'sig/types.rbs', line 487

def mutation_protection
  @mutation_protection
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


486
487
488
# File 'sig/types.rbs', line 486

def priority
  @priority
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

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


489
490
491
# File 'sig/types.rbs', line 489

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def status_message
  @status_message
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def vpc_id
  @vpc_id
end