Class: Aws::Types::CreateInputSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def client_token
  @client_token
end

#resource_configurationTypes::ResourceConfiguration

Returns the value of attribute resource_configuration.



105
106
107
# File 'sig/types.rbs', line 105

def resource_configuration
  @resource_configuration
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def service_arn
  @service_arn
end