Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_code::String

Returns the value of attribute application_code.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def application_code
  @application_code
end

#application_description::String

Returns the value of attribute application_description.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def application_description
  @application_description
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def application_name
  @application_name
end

#cloud_watch_logging_options::Array[Types::CloudWatchLoggingOption]

Returns the value of attribute cloud_watch_logging_options.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#inputs::Array[Types::Input]

Returns the value of attribute inputs.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def inputs
  @inputs
end

#outputs::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def outputs
  @outputs
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def tags
  @tags
end