Class: Aws::GroundStation::Types::SecurityDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Information about endpoints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

ARN to a role needed for connecting streams to your instances.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
# File 'lib/aws-sdk-groundstation/types.rb', line 2561

class SecurityDetails < Struct.new(
  :role_arn,
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The security groups to attach to the elastic network interfaces.

Returns:

  • (Array<String>)


2561
2562
2563
2564
2565
2566
2567
# File 'lib/aws-sdk-groundstation/types.rb', line 2561

class SecurityDetails < Struct.new(
  :role_arn,
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.

Returns:

  • (Array<String>)


2561
2562
2563
2564
2565
2566
2567
# File 'lib/aws-sdk-groundstation/types.rb', line 2561

class SecurityDetails < Struct.new(
  :role_arn,
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end