Class: Aws::Types::UpdateAppBlockBuilderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppBlockBuilderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
-
#attributes_to_delete ⇒ ::Array[("IAM_ROLE_ARN" | "ACCESS_ENDPOINTS" | "VPC_CONFIGURATION_SECURITY_GROUP_IDS")]
Returns the value of attribute attributes_to_delete.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def access_endpoints @access_endpoints end |
#attributes_to_delete ⇒ ::Array[("IAM_ROLE_ARN" | "ACCESS_ENDPOINTS" | "VPC_CONFIGURATION_SECURITY_GROUP_IDS")]
Returns the value of attribute attributes_to_delete.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def attributes_to_delete @attributes_to_delete end |
#description ⇒ ::String
Returns the value of attribute description.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def description @description end |
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def disable_imdsv1 @disable_imdsv1 end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def display_name @display_name end |
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def enable_default_internet_access @enable_default_internet_access end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def iam_role_arn @iam_role_arn end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def instance_type @instance_type end |
#name ⇒ ::String
Returns the value of attribute name.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def name @name end |
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def platform @platform end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def vpc_config @vpc_config end |