Class: Aws::Types::FirewallRuleGroup

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)


467
468
469
# File 'sig/types.rbs', line 467

def arn
  @arn
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def creator_request_id
  @creator_request_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def id
  @id
end

#modification_time::String

Returns the value of attribute modification_time.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def modification_time
  @modification_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def owner_id
  @owner_id
end

#rule_count::Integer

Returns the value of attribute rule_count.

Returns:

  • (::Integer)


469
470
471
# File 'sig/types.rbs', line 469

def rule_count
  @rule_count
end

#share_status"NOT_SHARED", ...

Returns the value of attribute share_status.

Returns:

  • ("NOT_SHARED", "SHARED_WITH_ME", "SHARED_BY_ME")


474
475
476
# File 'sig/types.rbs', line 474

def share_status
  @share_status
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

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


470
471
472
# File 'sig/types.rbs', line 470

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def status_message
  @status_message
end