Class: Aws::Types::AppBlockBuilderAppBlockAssociation
- Inherits:
-
Object
- Object
- Aws::Types::AppBlockBuilderAppBlockAssociation
- 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.
89 90 91 |
# File 'sig/types.rbs', line 89 def app_block_arn @app_block_arn end |
#app_block_builder_name ⇒ ::String
Returns the value of attribute app_block_builder_name.
90 91 92 |
# File 'sig/types.rbs', line 90 def app_block_builder_name @app_block_builder_name end |