Module: Aws::QBusiness::Client::_GetDataAccessorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataAccessorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_configurations ⇒ ::Array[Types::ActionConfiguration]
- #application_id ⇒ ::String
- #authentication_detail ⇒ Types::DataAccessorAuthenticationDetail
- #created_at ⇒ ::Time
- #data_accessor_arn ⇒ ::String
- #data_accessor_id ⇒ ::String
- #display_name ⇒ ::String
- #idc_application_arn ⇒ ::String
- #principal ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#action_configurations ⇒ ::Array[Types::ActionConfiguration]
730 |
# File 'sig/client.rbs', line 730
def action_configurations: () -> ::Array[Types::ActionConfiguration]
|
#application_id ⇒ ::String
727 |
# File 'sig/client.rbs', line 727
def application_id: () -> ::String
|
#authentication_detail ⇒ Types::DataAccessorAuthenticationDetail
731 |
# File 'sig/client.rbs', line 731
def authentication_detail: () -> Types::DataAccessorAuthenticationDetail
|
#created_at ⇒ ::Time
732 |
# File 'sig/client.rbs', line 732
def created_at: () -> ::Time
|
#data_accessor_arn ⇒ ::String
726 |
# File 'sig/client.rbs', line 726
def data_accessor_arn: () -> ::String
|
#data_accessor_id ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def data_accessor_id: () -> ::String
|
#display_name ⇒ ::String
724 |
# File 'sig/client.rbs', line 724
def display_name: () -> ::String
|
#idc_application_arn ⇒ ::String
728 |
# File 'sig/client.rbs', line 728
def idc_application_arn: () -> ::String
|
#principal ⇒ ::String
729 |
# File 'sig/client.rbs', line 729
def principal: () -> ::String
|
#updated_at ⇒ ::Time
733 |
# File 'sig/client.rbs', line 733
def updated_at: () -> ::Time
|