Class: Aws::Types::AddApplicationCloudWatchLoggingOptionRequest

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)


12
13
14
# File 'sig/types.rbs', line 12

def application_name
  @application_name
end

#cloud_watch_logging_optionTypes::CloudWatchLoggingOption

Returns the value of attribute cloud_watch_logging_option.



14
15
16
# File 'sig/types.rbs', line 14

def cloud_watch_logging_option
  @cloud_watch_logging_option
end

#conditional_token::String

Returns the value of attribute conditional_token.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def conditional_token
  @conditional_token
end

#current_application_version_id::Integer

Returns the value of attribute current_application_version_id.

Returns:

  • (::Integer)


13
14
15
# File 'sig/types.rbs', line 13

def current_application_version_id
  @current_application_version_id
end