Class: Aws::Greengrass::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateGroupResponse
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#creation_timestamp ⇒ String
-
#id ⇒ String
-
#last_updated_timestamp ⇒ String
-
#latest_version ⇒ String
-
#latest_version_arn ⇒ String
-
#name ⇒ String
Instance Attribute Details
#arn ⇒ String
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1186 class CreateGroupResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1186 class CreateGroupResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1186 class CreateGroupResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ String
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1186 class CreateGroupResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ String
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1186 class CreateGroupResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version_arn ⇒ String
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1186 class CreateGroupResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1186 class CreateGroupResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |