Class: Aws::Types::SubmitRegistrationVersionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_reviewBoolean

Returns the value of attribute aws_review.

Returns:

  • (Boolean)


2271
2272
2273
# File 'sig/types.rbs', line 2271

def aws_review
  @aws_review
end

#registration_arn::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def registration_arn
  @registration_arn
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


2267
2268
2269
# File 'sig/types.rbs', line 2267

def registration_id
  @registration_id
end

#registration_version_status"DRAFT", ...

Returns the value of attribute registration_version_status.

Returns:

  • ("DRAFT", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "APPROVED", "DISCARDED", "DENIED", "REVOKED", "ARCHIVED", "REQUIRES_OFFLINE_REVIEW")


2269
2270
2271
# File 'sig/types.rbs', line 2269

def registration_version_status
  @registration_version_status
end

#registration_version_status_historyTypes::RegistrationVersionStatusHistory

Returns the value of attribute registration_version_status_history.



2270
2271
2272
# File 'sig/types.rbs', line 2270

def registration_version_status_history
  @registration_version_status_history
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def version_number
  @version_number
end