Class: Aws::Types::CreateAppBlockBuilderStreamingURLRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppBlockBuilderStreamingURLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_block_builder_name ⇒ ::String
Returns the value of attribute app_block_builder_name.
-
#validity ⇒ ::Integer
Returns the value of attribute validity.
Instance Attribute Details
#app_block_builder_name ⇒ ::String
Returns the value of attribute app_block_builder_name.
290 291 292 |
# File 'sig/types.rbs', line 290 def app_block_builder_name @app_block_builder_name end |
#validity ⇒ ::Integer
Returns the value of attribute validity.
291 292 293 |
# File 'sig/types.rbs', line 291 def validity @validity end |