Class: Aws::Types::GetCloudConnectorResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_connector_arn::String

Returns the value of attribute cloud_connector_arn.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def cloud_connector_arn
  @cloud_connector_arn
end

#config_connector_arn::String

Returns the value of attribute config_connector_arn.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def config_connector_arn
  @config_connector_arn
end

#configurationTypes::CloudConnectorConfiguration

Returns the value of attribute configuration.



1748
1749
1750
# File 'sig/types.rbs', line 1748

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1746
1747
1748
# File 'sig/types.rbs', line 1746

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def display_name
  @display_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def role_arn
  @role_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def updated_at
  @updated_at
end