Class: Aws::KinesisAnalyticsV2::Types::PropertyGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::PropertyGroup
- 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
-
#property_group_id ⇒ String
Describes the key of an application execution property key-value pair.
-
#property_map ⇒ Hash<String,String>
Describes the value of an application execution property key-value pair.
Instance Attribute Details
#property_group_id ⇒ String
Describes the key of an application execution property key-value pair.
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_map ⇒ Hash<String,String>
Describes the value of an application execution property key-value pair.
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 |