Class: Aws::Types::EnvironmentBlueprintConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentBlueprintConfigurationItem
- 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.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def allow_user_provided_configurations @allow_user_provided_configurations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def created_at @created_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def domain_id @domain_id end |
#enabled_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_regions.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def enabled_regions @enabled_regions end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def environment_blueprint_id @environment_blueprint_id end |
#environment_role_permission_boundary ⇒ ::String
Returns the value of attribute environment_role_permission_boundary.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def @environment_role_permission_boundary end |
#manage_access_role_arn ⇒ ::String
Returns the value of attribute manage_access_role_arn.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def manage_access_role_arn @manage_access_role_arn end |
#provisioning_configurations ⇒ ::Array[Types::ProvisioningConfiguration]
Returns the value of attribute provisioning_configurations.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def provisioning_configurations @provisioning_configurations end |
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def provisioning_role_arn @provisioning_role_arn end |
#regional_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute regional_parameters.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def regional_parameters @regional_parameters end |
#resource_configurations ⇒ ::Array[Types::ResourceConfiguration]
Returns the value of attribute resource_configurations.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def resource_configurations @resource_configurations end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def updated_at @updated_at end |