Class: Aws::Types::CreateGrantVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_operations::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]

Returns the value of attribute allowed_operations.

Returns:

  • (::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")])


150
151
152
# File 'sig/types.rbs', line 150

def allowed_operations
  @allowed_operations
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def client_token
  @client_token
end

#grant_arn::String

Returns the value of attribute grant_arn.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def grant_arn
  @grant_arn
end

#grant_name::String

Returns the value of attribute grant_name.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def grant_name
  @grant_name
end

#optionsTypes::Options

Returns the value of attribute options.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def options
  @options
end

#source_version::String

Returns the value of attribute source_version.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def source_version
  @source_version
end

#status"PENDING_WORKFLOW", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_WORKFLOW", "PENDING_ACCEPT", "REJECTED", "ACTIVE", "FAILED_WORKFLOW", "DELETED", "PENDING_DELETE", "DISABLED", "WORKFLOW_COMPLETED")


151
152
153
# File 'sig/types.rbs', line 151

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def status_reason
  @status_reason
end