Class: Aws::GroundStation::Types::SecurityDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::SecurityDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Information about endpoints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
ARN to a role needed for connecting streams to your instances.
-
#security_group_ids ⇒ Array<String>
The security groups to attach to the elastic network interfaces.
-
#subnet_ids ⇒ Array<String>
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
Instance Attribute Details
#role_arn ⇒ String
ARN to a role needed for connecting streams to your instances.
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_ids ⇒ Array<String>
The security groups to attach to the elastic network interfaces.
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_ids ⇒ Array<String>
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
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 |