Class: Aws::Types::CreateBlueprintRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBlueprintRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_location ⇒ ::String
Returns the value of attribute blueprint_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#blueprint_location ⇒ ::String
Returns the value of attribute blueprint_location.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def blueprint_location @blueprint_location end |
#description ⇒ ::String
Returns the value of attribute description.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def @tags end |