Class: Aws::Types::Grant

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#grant_arn::String

Returns the value of attribute grant_arn.



583
584
585
# File 'sig/types.rbs', line 583

def grant_arn
  @grant_arn
end

#grant_name::String

Returns the value of attribute grant_name.



584
585
586
# File 'sig/types.rbs', line 584

def grant_name
  @grant_name
end

#grant_status"PENDING_WORKFLOW", ...

Returns the value of attribute grant_status.



589
590
591
# File 'sig/types.rbs', line 589

def grant_status
  @grant_status
end

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

Returns the value of attribute granted_operations.



592
593
594
# File 'sig/types.rbs', line 592

def granted_operations
  @granted_operations
end

#grantee_principal_arn::String

Returns the value of attribute grantee_principal_arn.



587
588
589
# File 'sig/types.rbs', line 587

def grantee_principal_arn
  @grantee_principal_arn
end

#home_region::String

Returns the value of attribute home_region.



588
589
590
# File 'sig/types.rbs', line 588

def home_region
  @home_region
end

#license_arn::String

Returns the value of attribute license_arn.



586
587
588
# File 'sig/types.rbs', line 586

def license_arn
  @license_arn
end

#optionsTypes::Options

Returns the value of attribute options.



593
594
595
# File 'sig/types.rbs', line 593

def options
  @options
end

#parent_arn::String

Returns the value of attribute parent_arn.



585
586
587
# File 'sig/types.rbs', line 585

def parent_arn
  @parent_arn
end

#status_reason::String

Returns the value of attribute status_reason.



590
591
592
# File 'sig/types.rbs', line 590

def status_reason
  @status_reason
end

#version::String

Returns the value of attribute version.



591
592
593
# File 'sig/types.rbs', line 591

def version
  @version
end