Class: Aws::Types::UpdateUsageProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUsageProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute configuration.
8238 8239 8240 |
# File 'sig/types.rbs', line 8238 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
8237 8238 8239 |
# File 'sig/types.rbs', line 8237 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
8236 8237 8238 |
# File 'sig/types.rbs', line 8236 def name @name end |