Class: Aws::Types::DescribeRulesetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


458
459
460
# File 'sig/types.rbs', line 458

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def description
  @description
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


461
462
463
# File 'sig/types.rbs', line 461

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def name
  @name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def resource_arn
  @resource_arn
end

#rules ⇒ ::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def rules
  @rules
end

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

Returns the value of attribute tags.

Returns:

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


463
464
465
# File 'sig/types.rbs', line 463

def tags
  @tags
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def target_arn
  @target_arn
end