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.
4299 4300 4301 |
# File 'sig/types.rbs', line 4299 def configuration @configuration end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
4300 4301 4302 |
# File 'sig/types.rbs', line 4300 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
4298 4299 4300 |
# File 'sig/types.rbs', line 4298 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
4301 4302 4303 |
# File 'sig/types.rbs', line 4301 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
4297 4298 4299 |
# File 'sig/types.rbs', line 4297 def name @name end |