Class: Aws::MediaConnect::Types::ListedGatewayInstance

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

Overview

Provides a summary of an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2734

class ListedGatewayInstance < Struct.new(
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_state)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_instance_arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2734

class ListedGatewayInstance < Struct.new(
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The managed instance ID generated by the SSM install. This will begin with "mi-".

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2734

class ListedGatewayInstance < Struct.new(
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_stateString

The status of the instance.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2734

class ListedGatewayInstance < Struct.new(
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_state)
  SENSITIVE = []
  include Aws::Structure
end