Class: Aws::Types::AddApplicationReferenceDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def application_name
  @application_name
end

#current_application_version_id::Integer

Returns the value of attribute current_application_version_id.

Returns:

  • (::Integer)


54
55
56
# File 'sig/types.rbs', line 54

def current_application_version_id
  @current_application_version_id
end

#reference_data_sourceTypes::ReferenceDataSource

Returns the value of attribute reference_data_source.



55
56
57
# File 'sig/types.rbs', line 55

def reference_data_source
  @reference_data_source
end