Class: Aws::Types::GetUsageProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUsageProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute configuration.
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute configuration.
4328 4329 4330 |
# File 'sig/types.rbs', line 4328 def configuration @configuration end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
4329 4330 4331 |
# File 'sig/types.rbs', line 4329 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
4327 4328 4329 |
# File 'sig/types.rbs', line 4327 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
4330 4331 4332 |
# File 'sig/types.rbs', line 4330 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
4326 4327 4328 |
# File 'sig/types.rbs', line 4326 def name @name end |