Class: Aws::Types::GetApplicationRevisionInput

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)


555
556
557
# File 'sig/types.rbs', line 555

def application_name
  @application_name
end

#revisionTypes::RevisionLocation

Returns the value of attribute revision.



556
557
558
# File 'sig/types.rbs', line 556

def revision
  @revision
end