Class: Aws::KinesisAnalyticsV2::Types::PropertyGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

Property key-value pairs passed into an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_group_idString

Describes the key of an application execution property key-value pair.

Returns:

  • (String)


3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3735

class PropertyGroup < Struct.new(
  :property_group_id,
  :property_map)
  SENSITIVE = []
  include Aws::Structure
end

#property_mapHash<String,String>

Describes the value of an application execution property key-value pair.

Returns:

  • (Hash<String,String>)


3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3735

class PropertyGroup < Struct.new(
  :property_group_id,
  :property_map)
  SENSITIVE = []
  include Aws::Structure
end