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.
8320 8321 8322 |
# File 'sig/types.rbs', line 8320 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
8319 8320 8321 |
# File 'sig/types.rbs', line 8319 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
8321 8322 8323 |
# File 'sig/types.rbs', line 8321 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
8318 8319 8320 |
# File 'sig/types.rbs', line 8318 def name @name end |