Class: Aws::Types::BatchGetApplicationRevisionsOutput

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)


83
84
85
# File 'sig/types.rbs', line 83

def application_name
  @application_name
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def error_message
  @error_message
end

#revisions::Array[Types::RevisionInfo]

Returns the value of attribute revisions.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def revisions
  @revisions
end