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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4050
4051
4052
4053
4054
4055
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4050

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>)


4050
4051
4052
4053
4054
4055
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4050

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