Class: Aws::Types::LastActiveDefinition
- Inherits:
-
Object
- Object
- Aws::Types::LastActiveDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_location ⇒ ::String
Returns the value of attribute blueprint_location.
-
#blueprint_service_location ⇒ ::String
Returns the value of attribute blueprint_service_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#parameter_spec ⇒ ::String
Returns the value of attribute parameter_spec.
Instance Attribute Details
#blueprint_location ⇒ ::String
Returns the value of attribute blueprint_location.
5083 5084 5085 |
# File 'sig/types.rbs', line 5083 def blueprint_location @blueprint_location end |
#blueprint_service_location ⇒ ::String
Returns the value of attribute blueprint_service_location.
5084 5085 5086 |
# File 'sig/types.rbs', line 5084 def blueprint_service_location @blueprint_service_location end |
#description ⇒ ::String
Returns the value of attribute description.
5080 5081 5082 |
# File 'sig/types.rbs', line 5080 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
5081 5082 5083 |
# File 'sig/types.rbs', line 5081 def last_modified_on @last_modified_on end |
#parameter_spec ⇒ ::String
Returns the value of attribute parameter_spec.
5082 5083 5084 |
# File 'sig/types.rbs', line 5082 def parameter_spec @parameter_spec end |