Class: Aws::Types::RuleGroupsNamespaceDescription

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)


660
661
662
# File 'sig/types.rbs', line 660

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


664
665
666
# File 'sig/types.rbs', line 664

def created_at
  @created_at
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def data
  @data
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


665
666
667
# File 'sig/types.rbs', line 665

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def name
  @name
end

#statusTypes::RuleGroupsNamespaceStatus

Returns the value of attribute status.



662
663
664
# File 'sig/types.rbs', line 662

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


666
667
668
# File 'sig/types.rbs', line 666

def tags
  @tags
end