Class: Aws::Types::GetObjectTypeAttributeStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectTypeAttributeStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def attribute_name @attribute_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def domain_name @domain_name end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def object_type_name @object_type_name end |