Class: Aws::Types::CreateMarketplaceModelEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_eulaBoolean

Returns the value of attribute accept_eula.

Returns:

  • (Boolean)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def accept_eula
  @accept_eula
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def client_request_token
  @client_request_token
end

#endpoint_configTypes::EndpointConfig

Returns the value of attribute endpoint_config.



1084
1085
1086
# File 'sig/types.rbs', line 1084

def endpoint_config
  @endpoint_config
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def endpoint_name
  @endpoint_name
end

#model_source_identifier::String

Returns the value of attribute model_source_identifier.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def model_source_identifier
  @model_source_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1088
1089
1090
# File 'sig/types.rbs', line 1088

def tags
  @tags
end