Class: Aws::Types::GetResourceProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#profile_updated_at::Time

Returns the value of attribute profile_updated_at.

Returns:

  • (::Time)


933
934
935
# File 'sig/types.rbs', line 933

def profile_updated_at
  @profile_updated_at
end

#sensitivity_score::Integer

Returns the value of attribute sensitivity_score.

Returns:

  • (::Integer)


934
935
936
# File 'sig/types.rbs', line 934

def sensitivity_score
  @sensitivity_score
end

#sensitivity_score_overriddenBoolean

Returns the value of attribute sensitivity_score_overridden.

Returns:

  • (Boolean)


935
936
937
# File 'sig/types.rbs', line 935

def sensitivity_score_overridden
  @sensitivity_score_overridden
end

#statisticsTypes::ResourceStatistics

Returns the value of attribute statistics.



936
937
938
# File 'sig/types.rbs', line 936

def statistics
  @statistics
end