Class: Aws::Types::CreateApplicationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_log_output_uri::String

Returns the value of attribute application_log_output_uri.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def application_log_output_uri
  @application_log_output_uri
end

#application_log_paths::Array[::String]

Returns the value of attribute application_log_paths.

Returns:

  • (::Array[::String])


61
62
63
# File 'sig/types.rbs', line 61

def application_log_paths
  @application_log_paths
end

#application_source_uri::String

Returns the value of attribute application_source_uri.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def application_source_uri
  @application_source_uri
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def description
  @description
end

#executable_path::String

Returns the value of attribute executable_path.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def executable_path
  @executable_path
end

#runtime_environmentTypes::RuntimeEnvironment

Returns the value of attribute runtime_environment.



58
59
60
# File 'sig/types.rbs', line 58

def runtime_environment
  @runtime_environment
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


63
64
65
# File 'sig/types.rbs', line 63

def tags
  @tags
end