Class: Aws::Types::Resource

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)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def arn
  @arn
end

#compliance_check ⇒ ::String

Returns the value of attribute compliance_check.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def compliance_check
  @compliance_check
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def value
  @value
end