Class: Aws::Types::CreateCloudConnectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_connector_arn::String

Returns the value of attribute config_connector_arn.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def config_connector_arn
  @config_connector_arn
end

#configurationTypes::CloudConnectorConfiguration

Returns the value of attribute configuration.



704
705
706
# File 'sig/types.rbs', line 704

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def display_name
  @display_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



706
707
708
# File 'sig/types.rbs', line 706

def tags
  @tags
end