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)


113
114
115
# File 'sig/types.rbs', line 113

def client_token
  @client_token
end

#resource_configurationTypes::ResourceConfiguration

Returns the value of attribute resource_configuration.



112
113
114
# File 'sig/types.rbs', line 112

def resource_configuration
  @resource_configuration
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def service_arn
  @service_arn
end