Class: Aws::Types::PropertySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#are_all_property_values_returnedBoolean

Returns the value of attribute are_all_property_values_returned.

Returns:

  • (Boolean)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def are_all_property_values_returned
  @are_all_property_values_returned
end

#definitionTypes::PropertyDefinitionResponse

Returns the value of attribute definition.



997
998
999
# File 'sig/types.rbs', line 997

def definition
  @definition
end

#property_name::String

Returns the value of attribute property_name.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def property_name
  @property_name
end

#valueTypes::DataValue

Returns the value of attribute value.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def value
  @value
end