Class: Aws::Types::CreateEnvironmentBlueprintOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentBlueprintOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def created_at @created_at end |
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def deployment_properties @deployment_properties end |
#description ⇒ ::String
Returns the value of attribute description.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def description @description end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def provider @provider end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def provisioning_properties @provisioning_properties end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def updated_at @updated_at end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def user_parameters @user_parameters end |