Class: Aws::Types::ConnectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#mobile_device_management ⇒ Types::MobileDeviceManagement
Returns the value of attribute mobile_device_management.
-
#open_id_configuration ⇒ Types::OpenIdConfiguration
Returns the value of attribute open_id_configuration.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute status_reason.
-
#type ⇒ "GENERAL_PURPOSE", "INTUNE"
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def arn @arn end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
69 70 71 |
# File 'sig/types.rbs', line 69 def @certificate_authority_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
76 77 78 |
# File 'sig/types.rbs', line 76 def created_at @created_at end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
75 76 77 |
# File 'sig/types.rbs', line 75 def endpoint @endpoint end |
#mobile_device_management ⇒ Types::MobileDeviceManagement
Returns the value of attribute mobile_device_management.
71 72 73 |
# File 'sig/types.rbs', line 71 def mobile_device_management @mobile_device_management end |
#open_id_configuration ⇒ Types::OpenIdConfiguration
Returns the value of attribute open_id_configuration.
72 73 74 |
# File 'sig/types.rbs', line 72 def open_id_configuration @open_id_configuration end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
73 74 75 |
# File 'sig/types.rbs', line 73 def status @status end |
#status_reason ⇒ "INTERNAL_FAILURE", ...
Returns the value of attribute status_reason.
74 75 76 |
# File 'sig/types.rbs', line 74 def status_reason @status_reason end |
#type ⇒ "GENERAL_PURPOSE", "INTUNE"
Returns the value of attribute type.
70 71 72 |
# File 'sig/types.rbs', line 70 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
77 78 79 |
# File 'sig/types.rbs', line 77 def updated_at @updated_at end |