Class: Aws::Types::DescribeConfigurationRevisionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


550
551
552
# File 'sig/types.rbs', line 550

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def description
  @description
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


552
553
554
# File 'sig/types.rbs', line 552

def revision
  @revision
end

#server_properties::String

Returns the value of attribute server_properties.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def server_properties
  @server_properties
end