Class: Aws::Types::Blueprint
- Inherits:
-
Object
- Object
- Aws::Types::Blueprint
- 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.
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_active_definition ⇒ Types::LastActiveDefinition
Returns the value of attribute last_active_definition.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameter_spec ⇒ ::String
Returns the value of attribute parameter_spec.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#blueprint_location ⇒ ::String
Returns the value of attribute blueprint_location.
540 541 542 |
# File 'sig/types.rbs', line 540 def blueprint_location @blueprint_location end |
#blueprint_service_location ⇒ ::String
Returns the value of attribute blueprint_service_location.
541 542 543 |
# File 'sig/types.rbs', line 541 def blueprint_service_location @blueprint_service_location end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
537 538 539 |
# File 'sig/types.rbs', line 537 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
536 537 538 |
# File 'sig/types.rbs', line 536 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
543 544 545 |
# File 'sig/types.rbs', line 543 def @error_message end |
#last_active_definition ⇒ Types::LastActiveDefinition
Returns the value of attribute last_active_definition.
544 545 546 |
# File 'sig/types.rbs', line 544 def last_active_definition @last_active_definition end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
538 539 540 |
# File 'sig/types.rbs', line 538 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
535 536 537 |
# File 'sig/types.rbs', line 535 def name @name end |
#parameter_spec ⇒ ::String
Returns the value of attribute parameter_spec.
539 540 541 |
# File 'sig/types.rbs', line 539 def parameter_spec @parameter_spec end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
542 543 544 |
# File 'sig/types.rbs', line 542 def status @status end |