Class: Aws::Types::RuleGroupsNamespaceSummary

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)


677
678
679
# File 'sig/types.rbs', line 677

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


680
681
682
# File 'sig/types.rbs', line 680

def created_at
  @created_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


681
682
683
# File 'sig/types.rbs', line 681

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def name
  @name
end

#statusTypes::RuleGroupsNamespaceStatus

Returns the value of attribute status.



679
680
681
# File 'sig/types.rbs', line 679

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


682
683
684
# File 'sig/types.rbs', line 682

def tags
  @tags
end