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.
544 545 546 |
# File 'sig/types.rbs', line 544 def blueprint_location @blueprint_location end |
#blueprint_service_location ⇒ ::String
Returns the value of attribute blueprint_service_location.
545 546 547 |
# File 'sig/types.rbs', line 545 def blueprint_service_location @blueprint_service_location end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
541 542 543 |
# File 'sig/types.rbs', line 541 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
540 541 542 |
# File 'sig/types.rbs', line 540 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
547 548 549 |
# File 'sig/types.rbs', line 547 def @error_message end |
#last_active_definition ⇒ Types::LastActiveDefinition
Returns the value of attribute last_active_definition.
548 549 550 |
# File 'sig/types.rbs', line 548 def last_active_definition @last_active_definition end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
542 543 544 |
# File 'sig/types.rbs', line 542 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
539 540 541 |
# File 'sig/types.rbs', line 539 def name @name end |
#parameter_spec ⇒ ::String
Returns the value of attribute parameter_spec.
543 544 545 |
# File 'sig/types.rbs', line 543 def parameter_spec @parameter_spec end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
546 547 548 |
# File 'sig/types.rbs', line 546 def status @status end |