Module: Aws::DataExchange::Client::_GetReceivedDataGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReceivedDataGrantResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #acceptance_state ⇒ "PENDING_RECEIVER_ACCEPTANCE", "ACCEPTED"
- #accepted_at ⇒ ::Time
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #data_set_id ⇒ ::String
- #description ⇒ ::String
- #ends_at ⇒ ::Time
- #grant_distribution_scope ⇒ "AWS_ORGANIZATION", "NONE"
- #id ⇒ ::String
- #name ⇒ ::String
- #receiver_principal ⇒ ::String
- #sender_principal ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#acceptance_state ⇒ "PENDING_RECEIVER_ACCEPTANCE", "ACCEPTED"
482 |
# File 'sig/client.rbs', line 482
def acceptance_state: () -> ("PENDING_RECEIVER_ACCEPTANCE" | "ACCEPTED")
|
#accepted_at ⇒ ::Time
483 |
# File 'sig/client.rbs', line 483
def accepted_at: () -> ::Time
|
#arn ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def arn: () -> ::String
|
#created_at ⇒ ::Time
489 |
# File 'sig/client.rbs', line 489
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def data_set_id: () -> ::String
|
#description ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def description: () -> ::String
|
#ends_at ⇒ ::Time
484 |
# File 'sig/client.rbs', line 484
def ends_at: () -> ::Time
|
#grant_distribution_scope ⇒ "AWS_ORGANIZATION", "NONE"
485 |
# File 'sig/client.rbs', line 485
def grant_distribution_scope: () -> ("AWS_ORGANIZATION" | "NONE")
|
#id ⇒ ::String
487 |
# File 'sig/client.rbs', line 487
def id: () -> ::String
|
#name ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def name: () -> ::String
|
#receiver_principal ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def receiver_principal: () -> ::String
|
#sender_principal ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def sender_principal: () -> ::String
|
#updated_at ⇒ ::Time
490 |
# File 'sig/client.rbs', line 490
def updated_at: () -> ::Time
|