Module: Aws::DataExchange::Client::_GetDataGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataGrantResponse]
- 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
- #source_data_set_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#acceptance_state ⇒ "PENDING_RECEIVER_ACCEPTANCE", "ACCEPTED"
404 |
# File 'sig/client.rbs', line 404
def acceptance_state: () -> ("PENDING_RECEIVER_ACCEPTANCE" | "ACCEPTED")
|
#accepted_at ⇒ ::Time
405 |
# File 'sig/client.rbs', line 405
def accepted_at: () -> ::Time
|
#arn ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def arn: () -> ::String
|
#created_at ⇒ ::Time
412 |
# File 'sig/client.rbs', line 412
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
408 |
# File 'sig/client.rbs', line 408
def data_set_id: () -> ::String
|
#description ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def description: () -> ::String
|
#ends_at ⇒ ::Time
406 |
# File 'sig/client.rbs', line 406
def ends_at: () -> ::Time
|
#grant_distribution_scope ⇒ "AWS_ORGANIZATION", "NONE"
407 |
# File 'sig/client.rbs', line 407
def grant_distribution_scope: () -> ("AWS_ORGANIZATION" | "NONE")
|
#id ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def id: () -> ::String
|
#name ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def name: () -> ::String
|
#receiver_principal ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def receiver_principal: () -> ::String
|
#sender_principal ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def sender_principal: () -> ::String
|
#source_data_set_id ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def source_data_set_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
414 |
# File 'sig/client.rbs', line 414
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
413 |
# File 'sig/client.rbs', line 413
def updated_at: () -> ::Time
|