Class: Aws::Types::UsageProfileDefinition
- Inherits:
-
Object
- Object
- Aws::Types::UsageProfileDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#created_on ⇒ ::Time
Returns the value of attribute created_on.
8288 8289 8290 |
# File 'sig/types.rbs', line 8288 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
8287 8288 8289 |
# File 'sig/types.rbs', line 8287 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
8289 8290 8291 |
# File 'sig/types.rbs', line 8289 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
8286 8287 8288 |
# File 'sig/types.rbs', line 8286 def name @name end |