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.
8330 8331 8332 |
# File 'sig/types.rbs', line 8330 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
8329 8330 8331 |
# File 'sig/types.rbs', line 8329 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
8331 8332 8333 |
# File 'sig/types.rbs', line 8331 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
8328 8329 8330 |
# File 'sig/types.rbs', line 8328 def name @name end |