Class: Aws::Types::PutEnvironmentBlueprintConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutEnvironmentBlueprintConfigurationOutput
- 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.
5062 5063 5064 |
# File 'sig/types.rbs', line 5062 def allow_user_provided_configurations @allow_user_provided_configurations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5063 5064 5065 |
# File 'sig/types.rbs', line 5063 def created_at @created_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5055 5056 5057 |
# File 'sig/types.rbs', line 5055 def domain_id @domain_id end |
#enabled_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_regions.
5060 5061 5062 |
# File 'sig/types.rbs', line 5060 def enabled_regions @enabled_regions end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
5056 5057 5058 |
# File 'sig/types.rbs', line 5056 def environment_blueprint_id @environment_blueprint_id end |
#environment_role_permission_boundary ⇒ ::String
Returns the value of attribute environment_role_permission_boundary.
5058 5059 5060 |
# File 'sig/types.rbs', line 5058 def @environment_role_permission_boundary end |
#manage_access_role_arn ⇒ ::String
Returns the value of attribute manage_access_role_arn.
5059 5060 5061 |
# File 'sig/types.rbs', line 5059 def manage_access_role_arn @manage_access_role_arn end |
#provisioning_configurations ⇒ ::Array[Types::ProvisioningConfiguration]
Returns the value of attribute provisioning_configurations.
5066 5067 5068 |
# File 'sig/types.rbs', line 5066 def provisioning_configurations @provisioning_configurations end |
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
5057 5058 5059 |
# File 'sig/types.rbs', line 5057 def provisioning_role_arn @provisioning_role_arn end |
#regional_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute regional_parameters.
5061 5062 5063 |
# File 'sig/types.rbs', line 5061 def regional_parameters @regional_parameters end |
#resource_configurations ⇒ ::Array[Types::ResourceConfiguration]
Returns the value of attribute resource_configurations.
5065 5066 5067 |
# File 'sig/types.rbs', line 5065 def resource_configurations @resource_configurations end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5064 5065 5066 |
# File 'sig/types.rbs', line 5064 def updated_at @updated_at end |