Class: Aws::Types::IdcAuthConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


795
796
797
# File 'sig/types.rbs', line 795

def created_at
  @created_at
end

#idc_application_arn::String

Returns the value of attribute idc_application_arn.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def idc_application_arn
  @idc_application_arn
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def idc_instance_arn
  @idc_instance_arn
end

#operator_app_role_arn::String

Returns the value of attribute operator_app_role_arn.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def operator_app_role_arn
  @operator_app_role_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


796
797
798
# File 'sig/types.rbs', line 796

def updated_at
  @updated_at
end