Class: Aws::Types::AssociateAppBlockBuilderAppBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAppBlockBuilderAppBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_block_arn ⇒ ::String
Returns the value of attribute app_block_arn.
-
#app_block_builder_name ⇒ ::String
Returns the value of attribute app_block_builder_name.
Instance Attribute Details
#app_block_arn ⇒ ::String
Returns the value of attribute app_block_arn.
150 151 152 |
# File 'sig/types.rbs', line 150 def app_block_arn @app_block_arn end |
#app_block_builder_name ⇒ ::String
Returns the value of attribute app_block_builder_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def app_block_builder_name @app_block_builder_name end |