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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


2599
2600
2601
2602
2603
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2599

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