Class: Aws::Types::UpdateConnectionInput

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:



6418
6419
6420
# File 'sig/types.rbs', line 6418

def aws_location
  @aws_location
end

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



6414
6415
6416
# File 'sig/types.rbs', line 6414

def configurations
  @configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6417
6418
6419
# File 'sig/types.rbs', line 6417

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6415
6416
6417
# File 'sig/types.rbs', line 6415

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6416
6417
6418
# File 'sig/types.rbs', line 6416

def identifier
  @identifier
end

#propsTypes::ConnectionPropertiesPatch

Returns the value of attribute props.



6419
6420
6421
# File 'sig/types.rbs', line 6419

def props
  @props
end