Class: Aws::Types::UpdateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def application_id
  @application_id
end

#default_kms_key_id::String

Returns the value of attribute default_kms_key_id.

Returns:

  • (::String)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def default_kms_key_id
  @default_kms_key_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2235
2236
2237
# File 'sig/types.rbs', line 2235

def role_arn
  @role_arn
end