Class: Aws::Types::ResourceProfileArtifact

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)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def arn
  @arn
end

#classification_result_status::String

Returns the value of attribute classification_result_status.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def classification_result_status
  @classification_result_status
end

#sensitiveBoolean

Returns the value of attribute sensitive.

Returns:

  • (Boolean)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def sensitive
  @sensitive
end