Class: Aws::Types::UpdateArchiveResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#archive_arn::String

Returns the value of attribute archive_arn.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def archive_arn
  @archive_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def creation_time
  @creation_time
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "CREATING", "UPDATING", "CREATE_FAILED", "UPDATE_FAILED")


1079
1080
1081
# File 'sig/types.rbs', line 1079

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def state_reason
  @state_reason
end