Module: Aws::DataExchange::Client::_CreateDataGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataGrantResponse]
- 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"
115 |
# File 'sig/client.rbs', line 115
def acceptance_state: () -> ("PENDING_RECEIVER_ACCEPTANCE" | "ACCEPTED")
|
#accepted_at ⇒ ::Time
116 |
# File 'sig/client.rbs', line 116
def accepted_at: () -> ::Time
|
#arn ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def arn: () -> ::String
|
#created_at ⇒ ::Time
123 |
# File 'sig/client.rbs', line 123
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def data_set_id: () -> ::String
|
#description ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def description: () -> ::String
|
#ends_at ⇒ ::Time
117 |
# File 'sig/client.rbs', line 117
def ends_at: () -> ::Time
|
#grant_distribution_scope ⇒ "AWS_ORGANIZATION", "NONE"
118 |
# File 'sig/client.rbs', line 118
def grant_distribution_scope: () -> ("AWS_ORGANIZATION" | "NONE")
|
#id ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def id: () -> ::String
|
#name ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def name: () -> ::String
|
#receiver_principal ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def receiver_principal: () -> ::String
|
#sender_principal ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def sender_principal: () -> ::String
|
#source_data_set_id ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def source_data_set_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
125 |
# File 'sig/client.rbs', line 125
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
124 |
# File 'sig/client.rbs', line 124
def updated_at: () -> ::Time
|