Class: Aws::Types::ListDataSourcesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_identifier::String

Returns the value of attribute connection_identifier.

Returns:

  • (::String)


3958
3959
3960
# File 'sig/types.rbs', line 3958

def connection_identifier
  @connection_identifier
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


3955
3956
3957
# File 'sig/types.rbs', line 3955

def domain_identifier
  @domain_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


3957
3958
3959
# File 'sig/types.rbs', line 3957

def environment_identifier
  @environment_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3963
3964
3965
# File 'sig/types.rbs', line 3963

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3961
3962
3963
# File 'sig/types.rbs', line 3961

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3962
3963
3964
# File 'sig/types.rbs', line 3962

def next_token
  @next_token
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


3956
3957
3958
# File 'sig/types.rbs', line 3956

def project_identifier
  @project_identifier
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "FAILED_CREATION", "READY", "UPDATING", "FAILED_UPDATE", "RUNNING", "DELETING", "FAILED_DELETION")


3960
3961
3962
# File 'sig/types.rbs', line 3960

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


3959
3960
3961
# File 'sig/types.rbs', line 3959

def type
  @type
end