Class: Aws::Types::UpdateEnvironmentBlueprintOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentBlueprintOutput
- 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.
6564 6565 6566 |
# File 'sig/types.rbs', line 6564 def created_at @created_at end |
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
6561 6562 6563 |
# File 'sig/types.rbs', line 6561 def deployment_properties @deployment_properties end |
#description ⇒ ::String
Returns the value of attribute description.
6558 6559 6560 |
# File 'sig/types.rbs', line 6558 def description @description end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
6563 6564 6565 |
# File 'sig/types.rbs', line 6563 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
6556 6557 6558 |
# File 'sig/types.rbs', line 6556 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6557 6558 6559 |
# File 'sig/types.rbs', line 6557 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
6559 6560 6561 |
# File 'sig/types.rbs', line 6559 def provider @provider end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
6560 6561 6562 |
# File 'sig/types.rbs', line 6560 def provisioning_properties @provisioning_properties end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6565 6566 6567 |
# File 'sig/types.rbs', line 6565 def updated_at @updated_at end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
6562 6563 6564 |
# File 'sig/types.rbs', line 6562 def user_parameters @user_parameters end |