Class: Aws::Types::PutRuleGroupsNamespaceResponse

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)


616
617
618
# File 'sig/types.rbs', line 616

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def name
  @name
end

#statusTypes::RuleGroupsNamespaceStatus

Returns the value of attribute status.



617
618
619
# File 'sig/types.rbs', line 617

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


618
619
620
# File 'sig/types.rbs', line 618

def tags
  @tags
end