Class: Aws::Types::FirewallRuleGroupMetadata

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)


499
500
501
# File 'sig/types.rbs', line 499

def arn
  @arn
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def creator_request_id
  @creator_request_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def owner_id
  @owner_id
end

#share_status"NOT_SHARED", ...

Returns the value of attribute share_status.

Returns:

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


503
504
505
# File 'sig/types.rbs', line 503

def share_status
  @share_status
end