Class: Aws::Types::CreateConnectionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_locationTypes::AwsLocation

Returns the value of attribute aws_location.

Returns:



950
951
952
# File 'sig/types.rbs', line 950

def aws_location
  @aws_location
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def client_token
  @client_token
end

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



952
953
954
# File 'sig/types.rbs', line 952

def configurations
  @configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def domain_identifier
  @domain_identifier
end

#enable_trusted_identity_propagationBoolean

Returns the value of attribute enable_trusted_identity_propagation.

Returns:

  • (Boolean)


958
959
960
# File 'sig/types.rbs', line 958

def enable_trusted_identity_propagation
  @enable_trusted_identity_propagation
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def environment_identifier
  @environment_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def name
  @name
end

#propsTypes::ConnectionPropertiesInput

Returns the value of attribute props.



957
958
959
# File 'sig/types.rbs', line 957

def props
  @props
end

#scope"DOMAIN", "PROJECT"

Returns the value of attribute scope.

Returns:

  • ("DOMAIN", "PROJECT")


959
960
961
# File 'sig/types.rbs', line 959

def scope
  @scope
end