Class: Aws::Types::RulesetItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def 
  @account_id
end

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


830
831
832
# File 'sig/types.rbs', line 830

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def description
  @description
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


833
834
835
# File 'sig/types.rbs', line 833

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def name
  @name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def resource_arn
  @resource_arn
end

#rule_count ⇒ ::Integer

Returns the value of attribute rule_count.

Returns:

  • (::Integer)


836
837
838
# File 'sig/types.rbs', line 836

def rule_count
  @rule_count
end

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

Returns the value of attribute tags.

Returns:

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


837
838
839
# File 'sig/types.rbs', line 837

def tags
  @tags
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def target_arn
  @target_arn
end