Class: Aws::Types::CreateAppBlockBuilderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppBlockBuilderRequest
- 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.
-
#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_SERVER_2019"
Returns the value of attribute platform.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
279 280 281 |
# File 'sig/types.rbs', line 279 def access_endpoints @access_endpoints end |
#description ⇒ ::String
Returns the value of attribute description.
271 272 273 |
# File 'sig/types.rbs', line 271 def description @description end |
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
280 281 282 |
# File 'sig/types.rbs', line 280 def disable_imdsv1 @disable_imdsv1 end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
272 273 274 |
# File 'sig/types.rbs', line 272 def display_name @display_name end |
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
277 278 279 |
# File 'sig/types.rbs', line 277 def enable_default_internet_access @enable_default_internet_access end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
278 279 280 |
# File 'sig/types.rbs', line 278 def iam_role_arn @iam_role_arn end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
275 276 277 |
# File 'sig/types.rbs', line 275 def instance_type @instance_type end |
#name ⇒ ::String
Returns the value of attribute name.
270 271 272 |
# File 'sig/types.rbs', line 270 def name @name end |
#platform ⇒ "WINDOWS_SERVER_2019"
Returns the value of attribute platform.
274 275 276 |
# File 'sig/types.rbs', line 274 def platform @platform end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
273 274 275 |
# File 'sig/types.rbs', line 273 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
276 277 278 |
# File 'sig/types.rbs', line 276 def vpc_config @vpc_config end |