Class: Aws::Proton::Types::GetEnvironmentAccountConnectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the environment account connection that you want to get the detailed data for.

Returns:

  • (String)


2807
2808
2809
2810
2811
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2807

class GetEnvironmentAccountConnectionInput < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end