Class: Aws::Types::AppBlockBuilder
- Inherits:
-
Object
- Object
- Aws::Types::AppBlockBuilder
- 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.
-
#app_block_builder_errors ⇒ ::Array[Types::ResourceError]
Returns the value of attribute app_block_builder_errors.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::AppBlockBuilderStateChangeReason
Returns the value of attribute state_change_reason.
-
#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.
83 84 85 |
# File 'sig/types.rbs', line 83 def access_endpoints @access_endpoints end |
#app_block_builder_errors ⇒ ::Array[Types::ResourceError]
Returns the value of attribute app_block_builder_errors.
81 82 83 |
# File 'sig/types.rbs', line 81 def app_block_builder_errors @app_block_builder_errors end |
#arn ⇒ ::String
Returns the value of attribute arn.
70 71 72 |
# File 'sig/types.rbs', line 70 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
80 81 82 |
# File 'sig/types.rbs', line 80 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
73 74 75 |
# File 'sig/types.rbs', line 73 def description @description end |
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
84 85 86 |
# File 'sig/types.rbs', line 84 def disable_imdsv1 @disable_imdsv1 end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def display_name @display_name end |
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
76 77 78 |
# File 'sig/types.rbs', line 76 def enable_default_internet_access @enable_default_internet_access end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def iam_role_arn @iam_role_arn end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
75 76 77 |
# File 'sig/types.rbs', line 75 def instance_type @instance_type end |
#name ⇒ ::String
Returns the value of attribute name.
71 72 73 |
# File 'sig/types.rbs', line 71 def name @name end |
#platform ⇒ "WINDOWS_SERVER_2019"
Returns the value of attribute platform.
74 75 76 |
# File 'sig/types.rbs', line 74 def platform @platform end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
79 80 81 |
# File 'sig/types.rbs', line 79 def state @state end |
#state_change_reason ⇒ Types::AppBlockBuilderStateChangeReason
Returns the value of attribute state_change_reason.
82 83 84 |
# File 'sig/types.rbs', line 82 def state_change_reason @state_change_reason end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
78 79 80 |
# File 'sig/types.rbs', line 78 def vpc_config @vpc_config end |