Class: Aws::Types::RulesPackage

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)


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

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


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

def provider
  @provider
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


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

def version
  @version
end