Module: Aws::DataExchange::Client::_AcceptDataGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AcceptDataGrantResponse]
- 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"
87 |
# File 'sig/client.rbs', line 87
def acceptance_state: () -> ("PENDING_RECEIVER_ACCEPTANCE" | "ACCEPTED")
|
#accepted_at ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88
def accepted_at: () -> ::Time
|
#arn ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def arn: () -> ::String
|
#created_at ⇒ ::Time
94 |
# File 'sig/client.rbs', line 94
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def data_set_id: () -> ::String
|
#description ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def description: () -> ::String
|
#ends_at ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89
def ends_at: () -> ::Time
|
#grant_distribution_scope ⇒ "AWS_ORGANIZATION", "NONE"
90 |
# File 'sig/client.rbs', line 90
def grant_distribution_scope: () -> ("AWS_ORGANIZATION" | "NONE")
|
#id ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def id: () -> ::String
|
#name ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def name: () -> ::String
|
#receiver_principal ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def receiver_principal: () -> ::String
|
#sender_principal ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def sender_principal: () -> ::String
|
#updated_at ⇒ ::Time
95 |
# File 'sig/client.rbs', line 95
def updated_at: () -> ::Time
|