Class: Aws::Types::CreateConnectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def certificate_authority_arn
  @certificate_authority_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def client_token
  @client_token
end

#mobile_device_managementTypes::MobileDeviceManagement

Returns the value of attribute mobile_device_management.



95
96
97
# File 'sig/types.rbs', line 95

def mobile_device_management
  @mobile_device_management
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


98
99
100
# File 'sig/types.rbs', line 98

def tags
  @tags
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def vpc_endpoint_id
  @vpc_endpoint_id
end