Class: Aws::Types::GetEnvironmentBlueprintConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentBlueprintConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_user_provided_configurations ⇒ Boolean
Returns the value of attribute allow_user_provided_configurations.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#enabled_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_regions.
-
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
-
#environment_role_permission_boundary ⇒ ::String
Returns the value of attribute environment_role_permission_boundary.
-
#manage_access_role_arn ⇒ ::String
Returns the value of attribute manage_access_role_arn.
-
#provisioning_configurations ⇒ ::Array[Types::ProvisioningConfiguration]
Returns the value of attribute provisioning_configurations.
-
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
-
#regional_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute regional_parameters.
-
#resource_configurations ⇒ ::Array[Types::ResourceConfiguration]
Returns the value of attribute resource_configurations.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#allow_user_provided_configurations ⇒ Boolean
Returns the value of attribute allow_user_provided_configurations.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def allow_user_provided_configurations @allow_user_provided_configurations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def created_at @created_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def domain_id @domain_id end |
#enabled_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_regions.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def enabled_regions @enabled_regions end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def environment_blueprint_id @environment_blueprint_id end |
#environment_role_permission_boundary ⇒ ::String
Returns the value of attribute environment_role_permission_boundary.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def @environment_role_permission_boundary end |
#manage_access_role_arn ⇒ ::String
Returns the value of attribute manage_access_role_arn.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def manage_access_role_arn @manage_access_role_arn end |
#provisioning_configurations ⇒ ::Array[Types::ProvisioningConfiguration]
Returns the value of attribute provisioning_configurations.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def provisioning_configurations @provisioning_configurations end |
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def provisioning_role_arn @provisioning_role_arn end |
#regional_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute regional_parameters.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def regional_parameters @regional_parameters end |
#resource_configurations ⇒ ::Array[Types::ResourceConfiguration]
Returns the value of attribute resource_configurations.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def resource_configurations @resource_configurations end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def updated_at @updated_at end |