Class: Aws::Types::CreateGrantVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGrantVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_operations ⇒ ::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]
Returns the value of attribute allowed_operations.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#grant_arn ⇒ ::String
Returns the value of attribute grant_arn.
-
#grant_name ⇒ ::String
Returns the value of attribute grant_name.
-
#options ⇒ Types::Options
Returns the value of attribute options.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#allowed_operations ⇒ ::Array[("CreateGrant" | "CheckoutLicense" | "CheckoutBorrowLicense" | "CheckInLicense" | "ExtendConsumptionLicense" | "ListPurchasedLicenses" | "CreateToken")]
Returns the value of attribute allowed_operations.
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.
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.
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.
149 150 151 |
# File 'sig/types.rbs', line 149 def grant_name @grant_name end |
#options ⇒ Types::Options
Returns the value of attribute options.
154 155 156 |
# File 'sig/types.rbs', line 154 def @options end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
153 154 155 |
# File 'sig/types.rbs', line 153 def source_version @source_version end |
#status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute status.
151 152 153 |
# File 'sig/types.rbs', line 151 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
152 153 154 |
# File 'sig/types.rbs', line 152 def status_reason @status_reason end |