Class: Aws::Types::AddApplicationReferenceDataSourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def application_arn
  @application_arn
end

#application_version_id::Integer

Returns the value of attribute application_version_id.

Returns:

  • (::Integer)


80
81
82
# File 'sig/types.rbs', line 80

def application_version_id
  @application_version_id
end

#reference_data_source_descriptions::Array[Types::ReferenceDataSourceDescription]

Returns the value of attribute reference_data_source_descriptions.



81
82
83
# File 'sig/types.rbs', line 81

def reference_data_source_descriptions
  @reference_data_source_descriptions
end