Class: Aws::Types::CreateConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AwsLocation
Returns the value of attribute aws_location.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#enable_trusted_identity_propagation ⇒ Boolean
Returns the value of attribute enable_trusted_identity_propagation.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#props ⇒ Types::ConnectionPropertiesInput
Returns the value of attribute props.
-
#scope ⇒ "DOMAIN", "PROJECT"
Returns the value of attribute scope.
Instance Attribute Details
#aws_location ⇒ Types::AwsLocation
Returns the value of attribute aws_location.
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.
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.
952 953 954 |
# File 'sig/types.rbs', line 952 def configurations @configurations end |
#description ⇒ ::String
Returns the value of attribute description.
953 954 955 |
# File 'sig/types.rbs', line 953 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
954 955 956 |
# File 'sig/types.rbs', line 954 def domain_identifier @domain_identifier end |
#enable_trusted_identity_propagation ⇒ Boolean
Returns the value of attribute enable_trusted_identity_propagation.
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.
955 956 957 |
# File 'sig/types.rbs', line 955 def environment_identifier @environment_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
956 957 958 |
# File 'sig/types.rbs', line 956 def name @name end |
#props ⇒ Types::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.
959 960 961 |
# File 'sig/types.rbs', line 959 def scope @scope end |