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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2488

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


2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2488

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


2488
2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2488

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