Class: Aws::Types::PutThirdPartyServiceLinkedConfigurationRecorderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def connector_arn
  @connector_arn
end

#scope_configurationTypes::ScopeConfiguration

Returns the value of attribute scope_configuration.



1916
1917
1918
# File 'sig/types.rbs', line 1916

def scope_configuration
  @scope_configuration
end

#service_principal::String

Returns the value of attribute service_principal.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def service_principal
  @service_principal
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1917
1918
1919
# File 'sig/types.rbs', line 1917

def tags
  @tags
end