Class: Aws::Types::GetEnvironmentBlueprintOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentBlueprintOutput
- 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.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def created_at @created_at end |
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def deployment_properties @deployment_properties end |
#description ⇒ ::String
Returns the value of attribute description.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def description @description end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def provider @provider end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def provisioning_properties @provisioning_properties end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def updated_at @updated_at end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def user_parameters @user_parameters end |