Class: Aws::Types::CreateRuleGroupsNamespaceResponse

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)


181
182
183
# File 'sig/types.rbs', line 181

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def name
  @name
end

#statusTypes::RuleGroupsNamespaceStatus

Returns the value of attribute status.



182
183
184
# File 'sig/types.rbs', line 182

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


183
184
185
# File 'sig/types.rbs', line 183

def tags
  @tags
end