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)


72
73
74
# File 'sig/types.rbs', line 72

def application_name
  @application_name
end

#current_application_version_id::Integer

Returns the value of attribute current_application_version_id.

Returns:

  • (::Integer)


73
74
75
# File 'sig/types.rbs', line 73

def current_application_version_id
  @current_application_version_id
end

#reference_data_sourceTypes::ReferenceDataSource

Returns the value of attribute reference_data_source.



74
75
76
# File 'sig/types.rbs', line 74

def reference_data_source
  @reference_data_source
end