Class: Aws::IoT::Types::VpcDestinationProperties

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

Overview

The properties of a virtual private cloud (VPC) destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).

Returns:

  • (String)


17190
17191
17192
17193
17194
17195
17196
17197
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17190

class VpcDestinationProperties < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The security groups of the VPC destination.

Returns:

  • (Array<String>)


17190
17191
17192
17193
17194
17195
17196
17197
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17190

class VpcDestinationProperties < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The subnet IDs of the VPC destination.

Returns:

  • (Array<String>)


17190
17191
17192
17193
17194
17195
17196
17197
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17190

class VpcDestinationProperties < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


17190
17191
17192
17193
17194
17195
17196
17197
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17190

class VpcDestinationProperties < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end