Class: Aws::AppStream::Types::DeleteAppBlockRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the app block.

Returns:

  • (String)

1596
1597
1598
1599
1600
# File 'lib/aws-sdk-appstream/types.rb', line 1596

class DeleteAppBlockRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end